home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / FredFish PD 304.adf / DocSplit / docsplit.doc < prev    next >
Text File  |  1990-01-10  |  714b  |  29 lines

  1.                            DocSplit 
  2.                  by Joel Swank January 8 1989
  3.                          Version 1.0
  4.  
  5.    Split 1.3 autodoc files into individual subroutine files. One file is
  6. created for each subroutine. The file name is created by appending ".doc"
  7. to the subroutine name. This allows me to define an alias to view any
  8. subroutine man page. Example:
  9.  
  10.     alias md run less hd0:docs/[].doc
  11.  
  12. To view the doc file for the Wait subroutine, I type:
  13.  
  14.     md wait
  15.  
  16.  
  17.     usage:  docsplit [-pstr] [-v] [-o] [-?] [file ...]
  18.  
  19.     Options:
  20.  
  21.     pstr - Path to output directory. Default current.\n");
  22.  
  23.     v    - verbose - display all file names.\n");
  24.  
  25.     o    - overwrite existing files.\n");
  26.  
  27.     ?    - display this list.\n");
  28.  
  29.